Method CreateChildAsync<TProps>(IRedbObject, TProps)
Create a new object as a child of an existing parent
public static Task<RedbObject<TProps>> CreateChildAsync<TProps>(IRedbObject parent, TProps properties) where TProps : class, new()
Create a new object as a child of an existing parent
public static Task<RedbObject<TProps>> CreateChildAsync<TProps>(IRedbObject parent, TProps properties) where TProps : class, new()